home *** CD-ROM | disk | FTP | other *** search
- object AHMLogWindowForm: TAHMLogWindowForm
- Left = 325
- Top = 222
- Width = 378
- Height = 280
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = MainMenu1
- PixelsPerInch = 96
- TextHeight = 13
- object RichEdit1: TRichEdit
- Left = 0
- Top = 0
- Width = 370
- Height = 234
- Align = alClient
- HideSelection = False
- HideScrollBars = False
- PlainText = True
- ScrollBars = ssBoth
- TabOrder = 0
- WantTabs = True
- end
- object MainMenu1: TMainMenu
- Left = 56
- object File1: TMenuItem
- Caption = '&File'
- GroupIndex = 1
- ShortCut = 0
- object New1: TMenuItem
- Caption = '&New'
- ShortCut = 0
- OnClick = New1Click
- end
- object Open1: TMenuItem
- Caption = '&Open..'
- ShortCut = 0
- OnClick = Open1Click
- end
- object Save1: TMenuItem
- Caption = '&Save...'
- ShortCut = 0
- OnClick = Save1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Print1: TMenuItem
- Caption = '&Print...'
- ShortCut = 0
- OnClick = Print1Click
- end
- object N2: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- ShortCut = 0
- OnClick = Exit1Click
- end
- end
- object Edit1: TMenuItem
- Caption = '&Options'
- GroupIndex = 2
- ShortCut = 0
- object WordWrap1: TMenuItem
- Caption = '&Word Wrap'
- ShortCut = 0
- OnClick = WordWrap1Click
- end
- object N3: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Font1: TMenuItem
- Caption = '&Fonts...'
- ShortCut = 0
- OnClick = Font1Click
- end
- object Background1: TMenuItem
- Caption = 'Background...'
- ShortCut = 0
- OnClick = Background1Click
- end
- end
- end
- object PrintDialog1: TPrintDialog
- Options = [poPageNums]
- Left = 88
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'All Files|*.*'
- Title = 'Open'
- Left = 120
- end
- object SaveDialog1: TSaveDialog
- FileEditStyle = fsEdit
- Filter = 'All Files|*.*'
- Options = [ofPathMustExist]
- Title = 'Save'
- Left = 152
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Device = fdBoth
- MinFontSize = 0
- MaxFontSize = 0
- Left = 216
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Options = [cdSolidColor]
- Left = 184
- end
- end
-